Navigate open files with Cmd-Ctrl-Left/Right in MacVim (featurebranch.com) 7 points by MartinMond 15y ago ↗ HN
[–] funksta 15y ago ↗ I've always preferred: map! <C-h> <esc>:bp<CR> map <C-h> :bp<CR> map! <C-l> <esc>:bn<CR> map <C-l> :bn<CR> This lets me keep my fingers on home row. Combined with MiniBufExplorer [1], I find it provides a more convenient tab system than Vim's built-in tabs.(edit) It also works in the terminal, which is a big plus for me. I like to have the same keybindings when editing remotely.[1] http://www.vim.org/scripts/script.php?script_id=159 [–] MartinMond 15y ago ↗ Yeah that looks awesome too. I just got used to Xcode's way and when I switched back to Ruby (thankfully) I was missing that feature
[–] MartinMond 15y ago ↗ Yeah that looks awesome too. I just got used to Xcode's way and when I switched back to Ruby (thankfully) I was missing that feature
2 comments
[ 3.7 ms ] story [ 15.6 ms ] thread(edit) It also works in the terminal, which is a big plus for me. I like to have the same keybindings when editing remotely.
[1] http://www.vim.org/scripts/script.php?script_id=159