dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c122ff9b41f64d3ca36fcdf9fb364f785b2ffdf6
parent f537d34b4bead865d672a1055ab9de6f6323b52c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 20 Mar 2016 20:45:58 -0700

start terminal with leader-enter

Diffstat:
M.vimrc | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -170,6 +170,8 @@ NeoBundle 'guns/xterm-color-table.vim' "NeoBundle 'guanqun/vim-mutt-aliases-plugin' NeoBundle 'vim-scripts/mutt-aliases' +NeoBundle 'majutsushi/tagbar' + call neobundle#end() filetype plugin indent on @@ -409,7 +411,7 @@ if has('nvim') tnoremap <C-l> <C-\><C-n><C-w>l " launch terminal in current window - nmap <leader>t :terminal<CR> + nmap <leader><CR> :terminal<CR> endif " Switch split focus with Alt+{h,j,k,l} @@ -479,6 +481,9 @@ imap <Right> <Nop> imap <Up> <Nop> imap <Down> <Nop> +" show/hide tagbar +nmap <leader>t :TagbarToggle<CR> + " check current folder and all parent folders for tags files set tags=tags;/