diff --git a/vim/configs/vimrc b/vim/configs/vimrc index 962dfad..adf6959 100644 --- a/vim/configs/vimrc +++ b/vim/configs/vimrc @@ -506,6 +506,13 @@ vmap (expand_region_shrink) " ---------------------------------------------------------------------- let g:python_highlight_all = 1 +" ---------------------------------------------------------------------- +" Tiler keybinds +" ---------------------------------------------------------------------- +nmap n :TilerNew +nmap f :TilerFocus +nmap :TilerReorder + " ---------------------------------------------------------------------- " Lastly, load configurations available only to this computer " ----------------------------------------------------------------------