Fix lsp keybinds

This commit is contained in:
Kristofers Solo
2022-08-03 15:39:34 +03:00
parent a741113bc1
commit 4b0b507cf5
9 changed files with 45 additions and 54 deletions

View File

@@ -6,6 +6,7 @@ set icons true
set ignorecase true
set previewer "~/.config/lf/preview"
set cleaner "~/.config/lf/cleaner"
set scrolloff 8
# Custom Functions
@@ -62,7 +63,6 @@ map '"'
map d
map c
map p
map c $vscodium "$f"
map au unarchive
@@ -74,7 +74,7 @@ map <enter> open
map <c-f> $lf -remote "send $id select '$(sk)'"
map <f-2> rename
map <c-n> push :mkdir<space>
map DD delete
map D delete
map dd cut
map mv moveto
map cp copyto
@@ -83,6 +83,8 @@ map mf push :mkfile<space>
map md push :mkdir<space>
map <c-l> clear
map bg setwallpaper
map c $vscodium "$f"
map e $nvim "$f"
# Movement