mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Add some keybindings to emacs_like.rb
This commit is contained in:
parent
194e1d4be0
commit
8415b8058a
@ -15,6 +15,15 @@ window class_not: 'urxvt' do
|
||||
|
||||
remap 'C-d', to: 'Delete'
|
||||
remap 'M-d', to: 'Ctrl-Delete'
|
||||
|
||||
remap 'M-w', to: 'Ctrl-c'
|
||||
remap 'C-y', to: 'Ctrl-v'
|
||||
remap 'C-w', to: 'Ctrl-x'
|
||||
|
||||
remap 'C-v', to: 'Page_Down'
|
||||
remap 'M-v', to: 'Page_Up'
|
||||
|
||||
remap 'C-s', to: 'Ctrl-f'
|
||||
|
||||
# actually these are vim insert mode bindings, but compatible with shell
|
||||
remap 'C-u', to: ['Shift-Home', 'Ctrl-x']
|
||||
|
Loading…
Reference in New Issue
Block a user