1
0

fix: add Ctrl-S binding

This commit is contained in:
Rokas Puzonas 2021-11-04 00:32:46 +02:00
parent de567f96df
commit 3db99aeeb1

View File

@ -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')