Skip to content

Commit

Permalink
minor keybinding updates
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceboy committed Jun 3, 2021
1 parent b93eff5 commit 23f1c90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ vnoremap Y "+y
nnoremap < <<
nnoremap > >>
" Delete find pair
nnoremap dy d%
" Search
noremap <LEADER><CR> :nohlsearch<CR>
Expand Down Expand Up @@ -287,6 +290,7 @@ noremap <LEADER>q <C-w>j:q<CR>
" ===
" Create a new tab with tu
noremap tu :tabe<CR>
noremap tU :tab split<CR>
" Move around tabs with tn and ti
noremap tn :-tabnext<CR>
noremap ti :+tabnext<CR>
Expand Down

0 comments on commit 23f1c90

Please sign in to comment.