Skip to content

Commit

Permalink
Drop <A-b> and <A-f>
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Feb 9, 2023
1 parent a84feae commit 4a8366b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ vim.keymap.set('v', '<A-k>', "<Esc><Cmd>'<,'>move'<-2<CR>gv=gv", { noremap = tru
-- Cmdline shortcuts
vim.keymap.set('c', '<C-a>', '<Home>', { noremap = true, desc = 'Go to beginning' })
vim.keymap.set('c', '<C-e>', '<End>', { noremap = true, desc = 'Go to end' })
vim.keymap.set('c', '<A-b>', '<C-Left>', { noremap = true, desc = 'Go to previous word' })
vim.keymap.set('c', '<A-f>', '<C-Right>', { noremap = true, desc = 'Go to next word' })

-- Tab control
vim.keymap.set('', '<A-q>', vim.cmd.tabclose, { noremap = true })
Expand Down

0 comments on commit 4a8366b

Please sign in to comment.