Mon, 10 Jul 2017 18:32:17 -0400
Get rid of modified f-keys
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -61,14 +61,15 @@ let s:filename = expand('<sfile>') " Key maps {{{ nmap <silent> <F1> :Unite buffer<CR> -nmap <silent> <C-F1> :Unite -quick-match -short-source-names window tab:no-current<CR> -nmap <silent> <A-F1> :Unite session<CR> nmap <silent> <F2> :VimFilerExplorer<CR> -nmap <silent> <C-F2> :Unite -start-insert file_rec/async:!<CR> map <silent> <F4> :noh<CR> nmap <silent> <F5> :GundoToggle<CR> nmap <silent> <F8> :TagbarToggle<CR> +nmap <leader>uw :Unite -quick-match -short-source-names window tab:no-current<CR> +nmap <leader>us :Unite -quick-match session<CR> +nmap <leader>uf :Unite -start-insert file_rec/async:!<CR> + " stop opening help by mistake imap <F1> <ESC>