mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] set the keymap globally in the switcher
This commit is contained in:
parent
9a1a338262
commit
443f7aa32c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ set commentstring=//%s
|
|||
|
||||
nnoremap <C-o> <Cmd>DotfilesSwapKeymaps<CR>
|
||||
let g:dotfiles_prev_keymap = &keymap
|
||||
command! -nargs=0 DotfilesSwapKeymaps let [g:dotfiles_prev_keymap, &keymap] = [&keymap, g:dotfiles_prev_keymap]
|
||||
command! -nargs=0 DotfilesSwapKeymaps let [g:dotfiles_prev_keymap, &g:keymap] = [&g:keymap, g:dotfiles_prev_keymap]
|
||||
|
||||
" }}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue