Add binds for file-local and directory-local variables
This commit is contained in:
@@ -600,8 +600,12 @@ created previously. This should be relatively easy to understand.
|
||||
"f" #'find-file
|
||||
"F" #'find-file-other-window
|
||||
"t" #'find-file-other-tab
|
||||
"v" #'add-file-local-variable
|
||||
"s" #'save-buffer)
|
||||
|
||||
(dir-leader
|
||||
"v" #'add-dir-local-variable)
|
||||
|
||||
(buffer-leader
|
||||
"b" #'switch-to-buffer
|
||||
"d" #'kill-current-buffer
|
||||
|
||||
Reference in New Issue
Block a user