Created
September 10, 2019 03:34
-
-
Save an9er/5ece469443cfe417248100e1229fc885 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ » cat .vimrc.local gcj@happy | |
imap jj <Esc> | |
" Smart pane switching with awareness of Vim splits. | |
" See: https://github.com/christoomey/vim-tmux-navigator | |
let g:tmux_navigator_save_on_switch = 2 | |
" Disable tmux navigator when zooming the Vim pane | |
let g:tmux_navigator_disable_when_zoomed = 1 | |
------------------------------------------------------------ | |
~ » cat .vimrc.bundles.local gcj@happy | |
Bundle 'christoomey/vim-tmux-navigator' | |
Bundle 'w0rp/ale' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment