update: hypr&neovim improvements, yazi plugins, waybar tweaking before bigger update
This commit is contained in:
@@ -1,15 +1,24 @@
|
||||
-- Also check plugins/neo-tree.lua for binds
|
||||
-- There are more binds in plugins/
|
||||
-- /neo-tree.lua
|
||||
-- /harpoon.lua
|
||||
vim.cmd([[
|
||||
" Terminal thingies
|
||||
tnoremap <C-h> <C-\\><C-o><C-w>h
|
||||
tnoremap <C-k> <C-\\><C-o><C-w>k
|
||||
tnoremap <C-l> <C-\\><C-o><C-w>l
|
||||
tnoremap <C-j> <C-\\><C-o><C-w>j
|
||||
|
||||
" Moving between windows
|
||||
" Window navigation
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-j> <C-w>j
|
||||
nnoremap <C-k> <C-w>k
|
||||
nnoremap <C-l> <C-w>l
|
||||
nnoremap <C-j> <C-w>j
|
||||
|
||||
" Arrows navigation
|
||||
nnoremap <C-Left> <C-w>h
|
||||
nnoremap <C-Down> <C-w>j
|
||||
nnoremap <C-Up> <C-w>k
|
||||
nnoremap <C-Right> <C-w>l
|
||||
|
||||
" I don't remember
|
||||
nnoremap <C-Space>
|
||||
|
||||
Reference in New Issue
Block a user