From 33de6b5ea6c8482fec761821bde66f8d77d66c20 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 18 Dec 2018 09:49:20 -0200 Subject: [PATCH] Added binds for Tiler --- vim/configs/vimrc | 7 +++++++ 1 file changed, 7 insertions(+) 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 " ----------------------------------------------------------------------