1 个仓库
Mechanisms that automatically write in-memory editor buffers to disk during specific workflow events.
Distinct from Write Buffering: Distinct from disk-buffered writing or write buffering, as this focuses on editor state persistence rather than I/O performance optimization.
Explore 1 awesome GitHub repository matching development tools & productivity · Automatic Buffer Saving. Refine with filters or upvote what's useful.
vim-tmux-navigator 是一个导航桥接工具,旨在统一文本编辑器和终端多路复用器之间的键盘绑定。它作为一个插件,同步移动快捷键,允许在编辑器拆分窗口和终端窗格之间进行一致的光标移动。 该系统支持跨多个嵌套会话层进行导航,并管理缩放窗格与窗口转换之间的交互。它包括处理导航环绕的机制,并确保在不同 shell 环境中移动光标时体验的一致性。 该工具为自定义键绑定和特定于应用程序的热键屏蔽提供了配置实用程序,以防止与原生程序快捷键冲突。它还包括自动缓冲区保存和基于进程的输入过滤功能。
Triggers a write-to-disk operation for all modified files immediately before moving focus out of the editor.