diff options
author | 2025-01-31 17:35:10 +0000 | |
---|---|---|
committer | 2025-01-31 17:56:07 +0000 | |
commit | 50c107a25b327d626985b28aeb8f9a6bbd571345 (patch) | |
tree | f63d3e2587ac2e3414945f0389d8e0cbeed0062d /home/.config/nvim/after | |
parent | 03975566862fd53cbf71cd514d3e53e19895a3bb (diff) | |
download | dotfiles-50c107a25b327d626985b28aeb8f9a6bbd571345.tar.gz dotfiles-50c107a25b327d626985b28aeb8f9a6bbd571345.tar.bz2 dotfiles-50c107a25b327d626985b28aeb8f9a6bbd571345.zip |
[nvim] Remove tmux navigator
Diffstat (limited to 'home/.config/nvim/after')
-rw-r--r-- | home/.config/nvim/after/plugin/mappings.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.config/nvim/after/plugin/mappings.lua b/home/.config/nvim/after/plugin/mappings.lua index f16c720..1fb39ef 100644 --- a/home/.config/nvim/after/plugin/mappings.lua +++ b/home/.config/nvim/after/plugin/mappings.lua @@ -44,6 +44,11 @@ map.ncmd("<leader>z", "wqall") map.ncmd("<leader>q", "quitall") map.ncmd("<localleader>x", "update") +map.n("<c-h>", "<c-w>h") +map.n("<c-j>", "<c-w>j") +map.n("<c-k>", "<c-w>k") +map.n("<c-l>", "<c-w>l") + map.t("<Esc>", "<c-\\><c-n>", { silent = true, noremap = true, expr = true }) map.n("[e", function() |