mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-04 19:19:41 +03:00
Fix broken keybindings
This commit is contained in:
@ -124,8 +124,8 @@ map("n", "<S-x>", ":bd!<CR>", opt) -- close tab
|
||||
-- indent with tabs
|
||||
map("n", "<TAB>", '>>', opt)
|
||||
map("n", "<S-TAB>", '<<', opt)
|
||||
map("v", "<TAB>", '>>', opt)
|
||||
map("v", "<S-TAB>", '<<', opt)
|
||||
map("v", "<TAB>", '>', opt)
|
||||
map("v", "<S-TAB>", '<', opt)
|
||||
|
||||
|
||||
map("n", "<F3>", ":set invhlsearch<CR>", opt)
|
||||
|
Reference in New Issue
Block a user