t000100r001a
Remapping a key in the Global Keymap
- Open Liquid Text Editor
- Navigate to somewhere not at the end of a line
- Press C-z
- Observe: Nothing happens
- Type: (editor/set-global-key :C-z editor/end-of-line)
- Move cursor into the expression above and click e to evaluate
- Navigate to somewhere not at the end of a line
- Press C-z
- Observe: The cursor move to the end of the line
t000100r001b
Remapping a key in the Global Keymap
t000100r001a
- Assume t000100r001a has just been executed and that Liquid is still open
- Type: (editor/set-global-key :C-z editor/beginning-of-line)
- Move cursor into the expression above and click e to evaluate
- Navigate to somewhere not at the beginning of a line
- Press C-z
- Observe: The cursor move to the beginning of the line