Fixed i3 restart, setup vertical splits in Vim
Also set EasyMotion prefix to single space.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user