mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "d8b10493a318f9b7a2fd28cc470fbc85c9368653" and "7457a19f059c29034ee822382fa6156ddfcb9f85" have entirely different histories.
d8b10493a3
...
7457a19f05
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ set commentstring=//%s
|
|||
nnoremap <leader>ku <Cmd>set keymap=ukrainian-jcuken-custom<CR>
|
||||
|
||||
nnoremap <C-o> <Cmd>DotfilesSwapKeymaps<CR>
|
||||
command! -nargs=0 DotfilesSwapKeymaps let [b:dotfiles_prev_keymap, &keymap] = [&keymap, get(b:, 'dotfiles_prev_keymap', '')]
|
||||
let g:dotfiles_prev_keymap = &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