fix: add Ctrl-S binding
This commit is contained in:
parent
de567f96df
commit
3db99aeeb1
@ -2,6 +2,9 @@ local map = require 'utils.map'
|
|||||||
|
|
||||||
local silent = {silent = true}
|
local silent = {silent = true}
|
||||||
|
|
||||||
|
-- Save file
|
||||||
|
map('n', '<C-s>', ':w<cr>')
|
||||||
|
|
||||||
-- Window movement
|
-- Window movement
|
||||||
map('n', '<c-h>', '<c-w>h')
|
map('n', '<c-h>', '<c-w>h')
|
||||||
map('n', '<c-j>', '<c-w>j')
|
map('n', '<c-j>', '<c-w>j')
|
||||||
|
Loading…
Reference in New Issue
Block a user