diff --git a/README.md b/README.md index cdfb70d8..984ba815 100644 --- a/README.md +++ b/README.md @@ -342,9 +342,9 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * vv - vertical split (Ctrl-w,v) * ss - horizontal split (Ctrl-w,s) - * ,, - zoom a window to max size and again to unzoom it (ZoomWin plugin, usually C-w,o) * ,qo - open quickfix window (this is where output from GitGrep goes) * ,qc - close quickfix + * ,gz - zoom a window to max size and again to unzoom it (ZoomWin plugin, usually C-w,o) **NERDTree Project Tree** @@ -512,8 +512,7 @@ Please explore these people's work. ### Comming Soon - * Better isolation of customizations in smaller chunks, maybe as plugins - * Automatic setup script to symlink all dotfiles, or just some selectively + * Automatic installation setup ### For more tips and tricks diff --git a/vim/plugin/settings/skwp-keymap.vim b/vim/plugin/settings/skwp-keymap.vim index 8e90bac7..6c91dfe7 100644 --- a/vim/plugin/settings/skwp-keymap.vim +++ b/vim/plugin/settings/skwp-keymap.vim @@ -113,7 +113,7 @@ map :tabprevious map :tabnext " Zoom in and out of current window with ,, -map ,, o +map ,gz o " Use numbers to pick the tab you want (like iTerm) map :tabn 1 @@ -134,6 +134,9 @@ nnoremap vv v nnoremap ss s +"open the taglist (method browser) using ,t +nnoremap ,T :TlistToggle + " create <%= foo %> erb tags using Ctrl-k in edit mode imap <%= %>3hi