Compare commits
No commits in common. "35253a3eaa1c02def5a2d68a9729faedd4047fb5" and "b4cc87c7e59a118509d8ac19476f462fe3d5261c" have entirely different histories.
35253a3eaa
...
b4cc87c7e5
3 changed files with 10 additions and 10 deletions
|
|
@ -25,11 +25,11 @@ text_selected = '#61afefff' # for the currently selected result
|
|||
[keybindings]
|
||||
# keybindings syntax: ctrl/shift/alt/logo as modifiers and a key joined by '+' signs
|
||||
# A list of available keys can be found here: https://docs.rs/crate/x11-keysymdef/0.2.0/source/src/keysym.json
|
||||
paste = ['ctrl+v']
|
||||
execute = ['KP_Enter', 'Return']
|
||||
delete = ['KP_Delete', 'Delete', 'BackSpace']
|
||||
delete_word = ['ctrl+KP_Delete', 'ctrl+Delete', 'ctrl+BackSpace']
|
||||
complete = ['Tab']
|
||||
nav_up = ['Up']
|
||||
nav_down = ['Down']
|
||||
exit = ['Escape']
|
||||
paste = ["ctrl+v"]
|
||||
execute = ["KP_Enter", "Return"]
|
||||
delete = ["KP_Delete", "Delete", "BackSpace"]
|
||||
delete_word = ["ctrl+KP_Delete", "ctrl+Delete", "ctrl+BackSpace"]
|
||||
complete = ["Tab"]
|
||||
nav_up = ["Up"]
|
||||
nav_down = ["Down"]
|
||||
exit = ["Escape"]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ rqt_image_view = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install
|
|||
tf_tree = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && ros2 run rqt_tf_tree rqt_tf_tree'
|
||||
rviz2 = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && rviz2'
|
||||
|
||||
goldencheetah-xwayland = bash -c "export LD_PRELOAD=/usr/lib/libjpeg.so.8;QT_QPA_PLATFORM=xcb $HOME/Applications/GoldenCheetah_v3.7.AppImage"
|
||||
goldencheetah-xwayland = bash -c "QT_QPA_PLATFORM=xcb $HOME/Applications/GoldenCheetah_v3.6-DEV.AppImage"
|
||||
openSCAD-vulkan = env __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink openscad
|
||||
slack-wayland = slack --ozone-platform-hint=auto
|
||||
signal-wayland = signal-desktop --start-in-tray --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
|
|
|
|||
|
Can't render this file because it contains an unexpected character in line 8 and column 34.
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ab41de78b872d8a739b25cb63d6fb7e2e28aa582
|
||||
Subproject commit c6b7cb13818397d7995b07d299ca803f7c6b0507
|
||||
Loading…
Reference in a new issue