Skip to content

Instantly share code, notes, and snippets.

@an9er
Created September 10, 2019 03:34
Show Gist options
  • Save an9er/5ece469443cfe417248100e1229fc885 to your computer and use it in GitHub Desktop.
Save an9er/5ece469443cfe417248100e1229fc885 to your computer and use it in GitHub Desktop.
~ » 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