Implement bindings to move current to first/last
This commit is contained in:
@@ -57,6 +57,10 @@ map('Next result', 'next_result down next 1')
|
||||
map('Previous result', 'prev_result up next -1')
|
||||
map('Left result', 'left_result left next left')
|
||||
map('Right result', 'right_result right next right')
|
||||
map('First result on screen', 'first_result_on_screen home next first_on_screen')
|
||||
map('Last result on screen', 'last_result_on_screen end next last_on_screen')
|
||||
map('First result', 'first_result_on_screen ctrl+home next first')
|
||||
map('Last result', 'last_result_on_screen ctrl+end next last')
|
||||
|
||||
map('Change to currently selected dir', 'cd_current tab cd current')
|
||||
map('Change to parent directory', 'cd_parent shift+tab cd up')
|
||||
|
||||
Reference in New Issue
Block a user