Skip to content

Commit

Permalink
chore(vim): Remove window size keymaps
Browse files Browse the repository at this point in the history
It conflicts the `w` command to move cursor smoothly.
  • Loading branch information
5ouma committed Feb 20, 2025
1 parent 8c1feba commit e318517
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/vim/.config/vim/keymap.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ nnoremap sh <C-w>h
nnoremap sl <C-w>l
nnoremap sk <C-w>k
nnoremap sj <C-w>j
nnoremap wh <C-w><
nnoremap wl <C-w>>
nnoremap wk <c-W>+
nnoremap wj <C-w>-
" Move Lines
nmap ˚ <A-k>
Expand Down

0 comments on commit e318517

Please sign in to comment.