Fixed i3 restart, setup vertical splits in Vim

Also set EasyMotion prefix to single space.
This commit is contained in:
2018-12-07 18:20:08 -05:00
parent 8e19aba49e
commit 3555b19be5
7 changed files with 31 additions and 27 deletions

View File

@@ -418,7 +418,8 @@ map yj eval fm.copy(dirarg=dict(down=1), narg=quantifier)
map yk eval fm.copy(dirarg=dict(up=1), narg=quantifier)
# Searching
map / console search%space
map gr console search%space
map / fzf_select
map n search_next
map N search_next forward=False
map ct search_next order=tag
@@ -679,5 +680,4 @@ map mb shell mv %f vibrant
# bulk rename
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")
map gr fzf_select
# map <C-f> fzf_select
# map gr fzf_select