text editing shortcuts
Hi,
Is it possible to configure i3wm using bindsym to have some custom text editing behaviours.
ie :
bindsym Control+a go_to_beginning_of_line
bindsym Control+Shift+a select_all
bindsym Control+e go_to_end_of_line
I'd like to know if such functions (go_to_beginning_of_line, select_all, go_to_end_of_line) are provided by i3wm or ̀ X11` or...