Browse Source

Added binds for Tiler

master
Julio Biason 6 years ago
parent
commit
33de6b5ea6
  1. 7
      vim/configs/vimrc

7
vim/configs/vimrc

@ -506,6 +506,13 @@ vmap <C-v> <Plug>(expand_region_shrink)
" ----------------------------------------------------------------------
let g:python_highlight_all = 1
" ----------------------------------------------------------------------
" Tiler keybinds
" ----------------------------------------------------------------------
nmap <Leader>n :TilerNew<CR>
nmap <Leader>f :TilerFocus<CR>
nmap <Leader><space> :TilerReorder<CR>
" ----------------------------------------------------------------------
" Lastly, load configurations available only to this computer
" ----------------------------------------------------------------------

Loading…
Cancel
Save